| SaStudentBankAccount |
| Logical Entity Name | SaStudentBankAccount |
| Default Table Name | SaStudentBankAccount |
| Physical Only | NO |
| Owner | dbo |
| Definition | |
| Note |
| SaStudentBankAccount Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
SaStudentBankAccountID |
int | NO | ||
SyStudentID |
int | NO | ||
| TransactionType | char(1) | NO | ||
| BankName | varchar(60) | NO | ||
| RoutingNumber | char(9) | NO | ||
| AccountNumber | varchar(150) | YES | ||
UserID |
int | NO | ||
| DateAdded | datetime | NO | ||
| DateLstMod | datetime | NO | ||
| ts | timestamp | NO | ||
| PrimaryPayment | bit | NO | ||
| AccountTypeCode | char(16) | NO | ||
| DirectDeposit | bit | YES | ||
| MerchantProcessingCode | varchar(19) | YES | ||
| IV | varchar(100) | YES | ||
| LastFourNumber | nchar(8) | YES | ||
| IsOnlinePayment | bit | NO | ||
| CorrelationIdentifier | nvarchar(40) | YES | ||
| AuthorizationNumber | nchar(28) | YES | ||
| BankAccountGuid | nvarchar(64) | YES | ||
| PaymentGatewayProvider | nchar(60) | YES | ||
| Active | bit | NO | ||
| IsSingleUse | bit | NO | ||
| SsoKey | nvarchar(max) | YES |
| SaStudentBankAccount Primary and Unique Keys |
| Key Name | Key Type | Keys |
| SaStudentBankAccount_SaStudentBankAccountID_U_C_IDX | PrimaryKey | SaStudentBankAccountID |
| SaStudentBankAccount Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| syStudent | Non-Identifying | One To Zero or More | FK_SaStudentBankAccount_SyStudentID_syStudent_SyStudentID | SyStudentID | NO | YES | ||
| SyStaff | Non-Identifying | One To Zero or More | FK_SaStudentBankAccount_UserID_SyStaff_SyStaffID | UserID | NO | YES |
| Child Relationships: |
| SaStudentBankAccount Check Constraints |
| Check Constraint Name | CheckConstraint |
| SaStudentBankAccount Storage |
| STORAGE OPTION | STORAGE VALUE |
| Filegroup | PRIMARY |
| Text Image File Group | PRIMARY |
| SaStudentBankAccount Where Used - Model Usage |
| Mapped Object | Is User Defined? | Denormalization Mappings | Description | Bound Attachments |
| Logical dbo.StudentBankAccount |
NO | |||
| Physical (Microsoft SQL Server) dbo.SaStudentBankAccount |
NO |
| SaStudentBankAccount Where Used - Submodel Usage |
| Model | Submodel Usage |
| Logical | Main Model |
| Logical | StudentPayments_Collections |
| Physical (Microsoft SQL Server) | Main Model |
| Physical (Microsoft SQL Server) | Student Accounts |
| SaStudentBankAccount Data Movement Rules |
| Name | Type | Rule Text/Value |